Lab setup/test



David’s Section


Question: How long do people keep bikes with NiceRide in terms of duration(time) and date-time??

## # A tibble: 4 x 4
##   SameDayReturn SameHourReturn      n  percent
##   <lgl>         <lgl>           <int>    <dbl>
## 1 TRUE          TRUE           322028 0.699   
## 2 TRUE          FALSE          134857 0.293   
## 3 FALSE         FALSE            3746 0.00813 
## 4 FALSE         TRUE               87 0.000189

Note : samedayreturn = false includes those who rented before midnight and returns after midnight. This is not based on time (24hr) but on date.

The graphs below are based on time.


## # A tibble: 1 x 1
##        n
##    <int>
## 1 434696

## # A tibble: 1 x 1
##       n
##   <int>
## 1 25210

## # A tibble: 1 x 1
##       n
##   <int>
## 1   675

## # A tibble: 1 x 1
##       n
##   <int>
## 1   137

Arie’s Section



Anderson’s Section



Ethan’s Section



Ryan’s Section